←Select platform

AppendBoxes<T>(string,List<T>) Method

Summary

Appends multiple boxes to a JPEG 2000 file. This method is available in the Document/Medical Toolkits.

Syntax

C#
VB
C++
public void AppendBoxes<T>( 
   string fileName, 
   List<T> boxes 
) 
  
Public Overloads Sub AppendBoxes(Of T As Leadtools.Jpeg2000.Jpeg2000MultiBox)( _ 
   ByVal fileName As String, _ 
   ByVal boxes As List(Of T) _ 
)  
public: 
void AppendBoxesgeneric<typename T> 
(  
   String^ fileName, 
   List<T^>^ boxes 
)  
where T: Leadtools.Jpeg2000.Jpeg2000MultiBox 

Parameters

fileName
System.String containing the name of the JPEG 2000 file.

boxes
A list of Jpeg2000MultiBox objects containing the box data being appended.

Type Parameters

T

According to the JPEG 2000 standard a ResolutionBox cannot be appended to a file. Set it using the SetBox method. Attempting to append a ResolutionBox will cause an invalid parameter exception to be thrown.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly